hello
print('Привет, мир!') x = 10 y = 20 print(f'Результат: {x + y}')